home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / user / c_altern.hd_ / c_altern.HDF
Encoding:
Text File  |  1995-03-05  |  34.6 KB  |  1,306 lines

  1. ; E! for Windows version 2.0
  2. ; Syntax Highlighting Definition file for C
  3. ; /////////////////////////////////////////
  4.  
  5. ; C is case sensitive
  6.  
  7. Case
  8.  
  9. ; Comments
  10.  
  11. Comment          /* */
  12. Comment          //
  13.  
  14. ; To define constants, use a regular expression. The syntax is the same as
  15. ; described in the EW documentation.
  16.  
  17. Const             [1-9][0-9]@[uU]@[lL]@
  18. Const             0x[0-9a-fA-F]#[uU]@[lL]@
  19. Const             0[0-7]#[uU]@[lL]@
  20. Const             0[lL]
  21. Const             0
  22.  
  23. ; String delimiters
  24.  
  25. StringDelimiter "
  26. TokenDelimiters "',;.:*{}[]<>()=/+-#%|&!^~`
  27. EscapeChar         \
  28.  
  29. ; Language keywords
  30.  
  31. Keyword           asm
  32. Keyword          _asm
  33. Keyword         __asm
  34. Keyword           auto
  35. Keyword         __based
  36. Keyword           break
  37. Keyword           case
  38. Keyword           cdecl
  39. Keyword         __cdecl
  40. Keyword           const
  41. Keyword           continue
  42. Keyword           default
  43. Keyword           delete
  44. Keyword           do
  45. Keyword           else
  46. Keyword         __export
  47. Keyword           extern
  48. Keyword           far
  49. Keyword         __far
  50. Keyword         __fastcall
  51. Keyword           for
  52. Keyword         __fortran
  53. Keyword           goto
  54. Keyword           huge
  55. Keyword         __huge
  56. Keyword           if
  57. Keyword         __inline
  58. Keyword           interrupt
  59. Keyword         __interrupt
  60. Keyword         __loadds
  61. Keyword           near
  62. Keyword         __near
  63. Keyword           new
  64. Keyword           operator
  65. Keyword           pascal
  66. Keyword         __pascal
  67. Keyword           register
  68. Keyword           return
  69. Keyword         __saveregs
  70. Keyword         __segment
  71. Keyword         __segname
  72. Keyword         __self
  73. Keyword           sizeof
  74. Keyword           static
  75. Keyword         __stdcall
  76. Keyword           switch
  77. Keyword         __syscall
  78. Keyword           template
  79. Keyword           this
  80. Keyword           typedef
  81. Keyword           void
  82. Keyword           volatile
  83. Keyword           while
  84.  
  85. ; Run-Time Library Functions (C Language)
  86. ; ---------------------------------------
  87. Function           abort
  88. Function           abs
  89. Function           acos
  90. Function           asctime
  91. Function           asin
  92. Function           assert
  93. Function           atan
  94. Function           atan2
  95. Function           atexit
  96. Function           atof
  97. Function           atoi
  98. Function           atol
  99. Function           bdos
  100. Function           bessel
  101. Function           bsearch
  102. Function           calloc
  103. Function           ceil
  104. Function           clearerr
  105. Function           clock
  106. Function           cos
  107. Function           cosh
  108. Function           ctime
  109. Function           difftime
  110. Function           div
  111. Function           exit
  112. Function           exp
  113. Function           fabs
  114. Function           fclose
  115. Function           feof
  116. Function           ferror
  117. Function           fflush
  118. Function           fgetc
  119. Function           fgetpos
  120. Function           fgets
  121. Function           floor
  122. Function           fmod
  123. Function           fopen
  124. Function           fprintf
  125. Function           fputc
  126. Function           fputs
  127. Function           fread
  128. Function           free
  129. Function           freopen
  130. Function           frexp
  131. Function           fscanf
  132. Function           fseek
  133. Function           fsetpos
  134. Function           ftell
  135. Function           fwrite
  136. Function           getc
  137. Function           getch
  138. Function           getchar
  139. Function           getcwd
  140. Function           getenv
  141. Function           gets
  142. Function           gmtime
  143. Function           halloc
  144. Function           int86
  145. Function           isalnum
  146. Function           isalpha
  147. Function           iscntrl
  148. Function           isdigit
  149. Function           isgraph
  150. Function           islower
  151. Function           isprint
  152. Function           ispunct
  153. Function           isspace
  154. Function           isupper
  155. Function           isxdigit
  156. Function           itoa
  157. Function           j0
  158. Function           j1
  159. Function           jn
  160. Function           labs
  161. Function           ldexp
  162. Function           ldiv
  163. Function           localeconv
  164. Function           localtime
  165. Function           log
  166. Function           log10
  167. Function           longjmp
  168. Function           ltoa
  169. Function           malloc
  170. Function           mblen
  171. Function           mbstowcs
  172. Function           mbtowc
  173. Function           memchr
  174. Function           memcmp
  175. Function           memcpy
  176. Function           memmove
  177. Function           memset
  178. Function           mktime
  179. Function           modf
  180. Function           outp
  181. Function           perror
  182. Function           pow
  183. Function           printf
  184. Function           putc
  185. Function           putchar
  186. Function           puts
  187. Function           qsort
  188. Function           raise
  189. Function           rand
  190. Function           realloc
  191. Function           remove
  192. Function           rename
  193. Function           rewind
  194. Function           scanf
  195. Function           setbuf
  196. Function           setjmp
  197. Function           setjmp
  198. Function           setlocale
  199. Function           setvbuf
  200. Function           signal
  201. Function           sin
  202. Function           sinh
  203. Function           sprintf
  204. Function           sprintv
  205. Function           sqrt
  206. Function           srand
  207. Function           sscanf
  208. Function           strcat
  209. Function           strchr
  210. Function           strcmp
  211. Function           strcoll
  212. Function           strcpy
  213. Function           strcspn
  214. Function           strerror
  215. Function           strftime
  216. Function           strlen
  217. Function           strncat
  218. Function           strncmp
  219. Function           strncpy
  220. Function           strpbrk
  221. Function           strrchr
  222. Function           strspn
  223. Function           strstr
  224. Function           strtod
  225. Function           strtok
  226. Function           strtol
  227. Function           strtoul
  228. Function           strxfrm
  229. Function           system
  230. Function           tan
  231. Function           tanh
  232. Function           time
  233. Function           tmpfile
  234. Function           tmpnam
  235. Function           tolower
  236. Function           toupper
  237. Function           ungetc
  238. Function           va_arg
  239. Function           va_end
  240. Function           va_start
  241. Function           vfprintf
  242. Function           vprint
  243. Function           vprintf
  244. Function           vsprintf
  245. Function           wcstombs
  246. Function           wctomb
  247. Function           y0
  248. Function           y1
  249. Function           yn
  250. Function          _access
  251. Function          _alloca
  252. Function          _arc
  253. Function          _atold
  254. Function          _bcalloc
  255. Function          _bdos
  256. Function          _bexpand
  257. Function          _bfree
  258. Function          _bfreeseg
  259. Function          _bheapadd
  260. Function          _bheapchk
  261. Function          _bheapmin
  262. Function          _bheapseg
  263. Function          _bheapset
  264. Function          _bheapwalk
  265. Function          _bios_disk
  266. Function          _bios_equiplist
  267. Function          _bios_keybrd
  268. Function          _bios_memsize
  269. Function          _bios_printer
  270. Function          _bios_serialcom
  271. Function          _bios_timeofday
  272. Function          _bmalloc
  273. Function          _bmsize
  274. Function          _brealloc
  275. Function          _c_exit
  276. Function          _cabs
  277. Function          _cexit
  278. Function          _cgets
  279. Function          _chain_intr
  280. Function          _chdir
  281. Function          _chdrive
  282. Function          _chmod
  283. Function          _chsize
  284. Function          _clear87
  285. Function          _clearscreen
  286. Function          _close
  287. Function          _commit
  288. Function          _control87
  289. Function          _cprintf
  290. Function          _cputs
  291. Function          _creat
  292. Function          _cscanf
  293. Function          _dieeetomsbin
  294. Function          _disable
  295. Function          _displaycursor
  296. Function          _dmsbintoieee
  297. Function          _dos_allocmem
  298. Function          _dos_close
  299. Function          _dos_commit
  300. Function          _dos_creat
  301. Function          _dos_creatnew
  302. Function          _dos_findfirst
  303. Function          _dos_findnext
  304. Function          _dos_freemem
  305. Function          _dos_getdate
  306. Function          _dos_getdiskfree
  307. Function          _dos_getdrive
  308. Function          _dos_getfileattr
  309. Function          _dos_getftime
  310. Function          _dos_gettime
  311. Function          _dos_getvect
  312. Function          _dos_keep
  313. Function          _dos_open
  314. Function          _dos_read
  315. Function          _dos_setblock
  316. Function          _dos_setdate
  317. Function          _dos_setdrive
  318. Function          _dos_setfileattr
  319. Function          _dos_setftime
  320. Function          _dos_settime
  321. Function          _dos_setvect
  322. Function          _dos_write
  323. Function          _dosexterr
  324. Function          _dup
  325. Function          _dup2
  326. Function          _ecvt
  327. Function          _ellipse
  328. Function          _enable
  329. Function          _eof
  330. Function          _execl
  331. Function          _execle
  332. Function          _execlp
  333. Function          _execlpe
  334. Function          _execv
  335. Function          _execve
  336. Function          _execvp
  337. Function          _execvpe
  338. Function          _exit
  339. Function          _expand
  340. Function          _fatexit
  341. Function          _fcalloc
  342. Function          _fcloseall
  343. Function          _fcvt
  344. Function          _fdopen
  345. Function          _fexpand
  346. Function          _ffree
  347. Function          _fgetchar
  348. Function          _fheapchk
  349. Function          _fheapmin
  350. Function          _fheapset
  351. Function          _fheapwalk
  352. Function          _fieeetomsbin
  353. Function          _filelength
  354. Function          _fileno
  355. Function          _floodfill
  356. Function          _flushall
  357. Function          _fmalloc
  358. Function          _fmemccpy
  359. Function          _fmemchr
  360. Function          _fmemcmp
  361. Function          _fmemcpy
  362. Function          _fmemicmp
  363. Function          _fmemmove
  364. Function          _fmemset
  365. Function          _fmsbintoieee
  366. Function          _fmsize
  367. Function          _fonexit
  368. Function          _FP_OFF
  369. Function          _FP_SEG
  370. Function          _fpreset
  371. Function          _fputchar
  372. Function          _frealloc
  373. Function          _freect
  374. Function          _fsopen
  375. Function          _fstat
  376. Function          _fstrcat
  377. Function          _fstrcmp
  378. Function          _fstrcpy
  379. Function          _fstrncat
  380. Function          _fstrncmp
  381. Function          _fstrncpy
  382. Function          _ftime
  383. Function          _fullpath
  384. Function          _fwopen
  385. Function          _gcvt
  386. Function          _getactivepage
  387. Function          _getarcinfo
  388. Function          _getbkcolor
  389. Function          _getch
  390. Function          _getche
  391. Function          _getcolor
  392. Function          _getcurrentposition
  393. Function          _getcwd
  394. Function          _getdcwd
  395. Function          _getdrive
  396. Function          _getfillmask
  397. Function          _getfontinfo
  398. Function          _getgtextextent
  399. Function          _getgtextvector
  400. Function          _getimage
  401. Function          _getlinestyle
  402. Function          _getphyscoord
  403. Function          _getpid
  404. Function          _getpixel
  405. Function          _gettextcolor
  406. Function          _gettextcursor
  407. Function          _gettextposition
  408. Function          _gettextwindow
  409. Function          _getvideoconfig
  410. Function          _getviewcoord
  411. Function          _getvisualpage
  412. Function          _getw
  413. Function          _getwindowcoord
  414. Function          _getwritemode
  415. Function          _grstatus
  416. Function          _harderr
  417. Function          _hardresume
  418. Function          _hardretn
  419. Function          _heapadd
  420. Function          _heapchk
  421. Function          _heapmin
  422. Function          _heapset
  423. Function          _heapwalk
  424. Function          _hfree
  425. Function          _hypot
  426. Function          _imagesize
  427. Function          _inp
  428. Function          _inpw
  429. Function          _int86
  430. Function          _int86x
  431. Function          _intdos
  432. Function          _intdosx
  433. Function          _isatty
  434. Function          _iscsym
  435. Function          _iscsymf
  436. Function          _itoa
  437. Function          _kbhit
  438. Function          _lfind
  439. Function          _lineto
  440. Function          _locking
  441. Function          _lrotl
  442. Function          _lrotr
  443. Function          _lsearch
  444. Function          _lseek
  445. Function          _ltoa
  446. Function          _makepath
  447. Function          _matherr
  448. Function          _memavl
  449. Function          _memccpy
  450. Function          _memicmp
  451. Function          _memmax
  452. Function          _mkdir
  453. Function          _mktemp
  454. Function          _movedata
  455. Function          _moveto
  456. Function          _msize
  457. Function          _ncalloc
  458. Function          _nexpand
  459. Function          _nfree
  460. Function          _nheapchk
  461. Function          _nheapmin
  462. Function          _nheapset
  463. Function          _nheapwalk
  464. Function          _nmalloc
  465. Function          _nmsize
  466. Function          _nrealloc
  467. Function          _onexit
  468. Function          _open
  469. Function          _outgtext
  470. Function          _outmem
  471. Function          _outp
  472. Function          _outpw
  473. Function          _outtext
  474. Function          _pg_analyzechart
  475. Function          _pg_analyzechartms
  476. Function          _pg_analyzepie
  477. Function          _pg_analyzescatter
  478. Function          _pg_analyzescatterms
  479. Function          _pg_chart
  480. Function          _pg_chartms
  481. Function          _pg_chartpie
  482. Function          _pg_chartscatter
  483. Function          _pg_chartscatterms
  484. Function          _pg_defaultchart
  485. Function          _pg_getchardef
  486. Function          _pg_getpalette
  487. Function          _pg_getstyleset
  488. Function          _pg_hlabelchart
  489. Function          _pg_initchart
  490. Function          _pg_resetpalette
  491. Function          _pg_resetstyleset
  492. Function          _pg_setchardef
  493. Function          _pg_setpalette
  494. Function          _pg_setstyleset
  495. Function          _pg_vlabelchart
  496. Function          _pie
  497. Function          _polygon
  498. Function          _putch
  499. Function          _putenv
  500. Function          _putimage
  501. Function          _putw
  502. Function          _read
  503. Function          _rectangle
  504. Function          _registerfonts
  505. Function          _remapallpalette
  506. Function          _remappalette
  507. Function          _rmdir
  508. Function          _rmtmp
  509. Function          _rotl
  510. Function          _rotr
  511. Function          _scrolltextwindow
  512. Function          _searchenv
  513. Function          _segread
  514. Function          _selectpalette
  515. Function          _setactivepage
  516. Function          _setbkcolor
  517. Function          _setcliprgn
  518. Function          _setcolor
  519. Function          _setfillmask
  520. Function          _setfont
  521. Function          _setgtextvector
  522. Function          _setlinestyle
  523. Function          _setmode
  524. Function          _setpixel
  525. Function          _settextcolor
  526. Function          _settextcursor
  527. Function          _settextposition
  528. Function          _settextrows
  529. Function          _settextwindow
  530. Function          _setvideomode
  531. Function          _setvideomoderows
  532. Function          _setvieworg
  533. Function          _setviewport
  534. Function          _setvisualpage
  535. Function          _setwindow
  536. Function          _setwritemode
  537. Function          _snprintf
  538. Function          _snprintf
  539. Function          _sopen
  540. Function          _spawnl
  541. Function          _spawnle
  542. Function          _spawnlp
  543. Function          _spawnlpe
  544. Function          _spawnv
  545. Function          _spawnve
  546. Function          _spawnvp
  547. Function          _spawnvpe
  548. Function          _splitpath
  549. Function          _stackavail
  550. Function          _stat
  551. Function          _status87
  552. Function          _strcmpi
  553. Function          _strdate
  554. Function          _strdup
  555. Function          _strerror
  556. Function          _stricmp
  557. Function          _strlwr
  558. Function          _strnicmp
  559. Function          _strnset
  560. Function          _strrev
  561. Function          _strset
  562. Function          _strtime
  563. Function          _strtold
  564. Function          _strupr
  565. Function          _swab
  566. Function          _tell
  567. Function          _tempnam
  568. Function          _tolower
  569. Function          _toupper
  570. Function          _tzset
  571. Function          _ultoa
  572. Function          _umask
  573. Function          _ungetch
  574. Function          _unlink
  575. Function          _unregisterfonts
  576. Function          _utime
  577. Function          _vfree
  578. Function          _vheapinit
  579. Function          _vheapterm
  580. Function          _vload
  581. Function          _vlock
  582. Function          _vlockcnt
  583. Function          _vmalloc
  584. Function          _vmsize
  585. Function          _vrealloc
  586. Function          _vsnprintf
  587. Function          _vunlock
  588. Function          _wabout
  589. Function          _wclose
  590. Function          _wgetexit
  591. Function          _wgetfocus
  592. Function          _wgetscreenbuf
  593. Function          _wgetsize
  594. Function          _wmenuclick
  595. Function          _wopen
  596. Function          _wrapon
  597. Function          _write
  598. Function          _wsetexit
  599. Function          _wsetfocus
  600. Function          _wsetscreenbuf
  601. Function          _wsetsize
  602. Function          _wyield
  603. Function         __isascii
  604. Function         __max
  605. Function         __min
  606. Function         __toascii
  607.  
  608. ; User Defined tokens (set #1) - We use this group to assign a color
  609. ; to the standard C types
  610.  
  611. UserFunc1         char
  612. UserFunc1         class
  613. UserFunc1         double
  614. UserFunc1         enum
  615. UserFunc1         float
  616. UserFunc1         int
  617. UserFunc1         long
  618. UserFunc1         short
  619. UserFunc1         signed
  620. UserFunc1         struct
  621. UserFunc1         union
  622. UserFunc1         unsigned
  623.  
  624. ; User Defined tokens (set #2)
  625. ; Preprocessor directives
  626.  
  627. UserFunc2         define
  628. UserFunc2         defined
  629. UserFunc2         elif
  630. UserFunc2         else
  631. UserFunc2         endif
  632. UserFunc2         error
  633. UserFunc2         if
  634. UserFunc2         ifdef
  635. UserFunc2         ifndef
  636. UserFunc2         include
  637. UserFunc2         line
  638. UserFunc2         pragma
  639. UserFunc2         undef
  640.  
  641. ; User Defined tokens (set #3)
  642. ; Defined Types
  643.  
  644. UserFunc3         FILE
  645. UserFunc3         clock_t
  646. UserFunc3         fpos_t
  647. UserFunc3         jmp_buf
  648. UserFunc3         ptrdiff_t
  649. UserFunc3         sig_atomic_t
  650. UserFunc3         size_t
  651. UserFunc3         time_t
  652. UserFunc3         va_list
  653. UserFunc3        _vmhnd_t
  654. UserFunc3         wchar_t
  655.  
  656. ; User Defined tokens (set #4)
  657. ; Windows API
  658.  
  659. UserFunc4         'GetObject
  660. UserFunc4         AccessResource
  661. UserFunc4         AddAtom
  662. UserFunc4         AddFontResource
  663. UserFunc4         AdjustWindowRectEx
  664. UserFunc4         AdjustWindowRect
  665. UserFunc4         AllocDStoCSAlias
  666. UserFunc4         AllocResource
  667. UserFunc4         AllocSelector
  668. UserFunc4         AnimatePalette
  669. UserFunc4         AnsiLower
  670. UserFunc4         AnsiLowerBuff
  671. UserFunc4         AnsiNext
  672. UserFunc4         AnsiPrev
  673. UserFunc4         AnsiToOemBuff
  674. UserFunc4         AnsiToOem
  675. UserFunc4         AnsiUpperBuff
  676. UserFunc4         AnsiUpper
  677. UserFunc4         AnyPopup
  678. UserFunc4         AppendMenu
  679. UserFunc4         Arc
  680. UserFunc4         ArrangeIconicWindows
  681. UserFunc4         BeginDeferWindowPos
  682. UserFunc4         BeginPaint
  683. UserFunc4         BitBlt
  684. UserFunc4         BringWindowToTop
  685. UserFunc4         BuildCommDCB
  686. UserFunc4         CallMsgFilter
  687. UserFunc4         Catch
  688. UserFunc4         ChangeClipboardChain
  689. UserFunc4         ChangeMenu
  690. UserFunc4         ChangeSelector
  691. UserFunc4         CheckDlgButton
  692. UserFunc4         CheckMenuItem
  693. UserFunc4         CheckRadioButton
  694. UserFunc4         ChildWindowFromPoint
  695. UserFunc4         Chord
  696. UserFunc4         ClearCommBreak
  697. UserFunc4         ClientToScreen
  698. UserFunc4         ClipCursor
  699. UserFunc4         CloseClipboard
  700. UserFunc4         CloseComm
  701. UserFunc4         CloseMetaFile
  702. UserFunc4         CloseSound
  703. UserFunc4         CloseWindow
  704. UserFunc4         CombineRgn
  705. UserFunc4         CopyMetaFile
  706. UserFunc4         CopyRect
  707. UserFunc4         CountClipboardFormats
  708. UserFunc4         CountVoiceNotes
  709. UserFunc4         CreateBitmap
  710. UserFunc4         CreateBitmapIndirect
  711. UserFunc4         CreateBrushIndirect
  712. UserFunc4         CreateCaret
  713. UserFunc4         CreateCompatibleBitmap
  714. UserFunc4         CreateCompatibleDC
  715. UserFunc4         CreateCursor
  716. UserFunc4         CreateDC
  717. UserFunc4         CreateDIBitmap
  718. UserFunc4         CreateDIBPatternBrush
  719. UserFunc4         CreateDiscardableBitmap
  720. UserFunc4         CreateEllipticRgn
  721. UserFunc4         CreateEllipticRgnIndirect
  722. UserFunc4         CreateFont
  723. UserFunc4         CreateFontIndirect
  724. UserFunc4         CreateHatchBrush
  725. UserFunc4         CreateIC
  726. UserFunc4         CreateIcon
  727. UserFunc4         CreateMenu
  728. UserFunc4         CreateMetaFile
  729. UserFunc4         CreatePalette
  730. UserFunc4         CreatePatternBrush
  731. UserFunc4         CreatePenIndirect
  732. UserFunc4         CreatePen
  733. UserFunc4         CreatePolygonRgn
  734. UserFunc4         CreatePolyPolygonRgn
  735. UserFunc4         CreatePopupMenu
  736. UserFunc4         CreateRectRgnIndirect
  737. UserFunc4         CreateRectRgn
  738. UserFunc4         CreateRoundRectRgn
  739. UserFunc4         CreateSolidBrush
  740. UserFunc4         CreateWindow
  741. UserFunc4         CreateWindowEx
  742. UserFunc4         DebugBreak
  743. UserFunc4         DefDlgProc
  744. UserFunc4         DeferWindowPos
  745. UserFunc4         DefFrameProc
  746. UserFunc4         DefMDIChildProc
  747. UserFunc4         DefWindowProc
  748. UserFunc4         DeleteAtom
  749. UserFunc4         DeleteDC
  750. UserFunc4         DeleteMenu
  751. UserFunc4         DeleteMetaFile
  752. UserFunc4         DeleteObject
  753. UserFunc4         DestroyCaret
  754. UserFunc4         DestroyCursor
  755. UserFunc4         DestroyIcon
  756. UserFunc4         DestroyMenu
  757. UserFunc4         DestroyWindow
  758. UserFunc4         DispatchMessage
  759. UserFunc4         DlgDirListComboBox
  760. UserFunc4         DlgDirList
  761. UserFunc4         DlgDirSelect
  762. UserFunc4         DlgDirSelectComboBox
  763. UserFunc4         DPtoLP
  764. UserFunc4         DrawFocusRect
  765. UserFunc4         DrawIcon
  766. UserFunc4         DrawMenuBar
  767. UserFunc4         DrawText
  768. UserFunc4         Ellipse
  769. UserFunc4         EmptyClipboard
  770. UserFunc4         EnableHardwareInput
  771. UserFunc4         EnableMenuItem
  772. UserFunc4         EnableWindow
  773. UserFunc4         EndDeferWindowPos
  774. UserFunc4         EndDialog
  775. UserFunc4         EndPaint
  776. UserFunc4         EnumClipboardFormats
  777. UserFunc4         EqualRect
  778. UserFunc4         EqualRgn
  779. UserFunc4         Escape
  780. UserFunc4         EscapeCommFunction
  781. UserFunc4         ExcludeClipRect
  782. UserFunc4         ExcludeUpdateRgn
  783. UserFunc4         ExitWindows
  784. UserFunc4         ExtFloodFill
  785. UserFunc4         ExtTextOut
  786. UserFunc4         FatalExit
  787. UserFunc4         FillRect
  788. UserFunc4         FillRgn
  789. UserFunc4         FindAtom
  790. UserFunc4         FindResource
  791. UserFunc4         FindWindow
  792. UserFunc4         FlashWindow
  793. UserFunc4         FloodFill
  794. UserFunc4         FlushComm
  795. UserFunc4         FrameRect
  796. UserFunc4         FrameRgn
  797. UserFunc4         FreeModule
  798. UserFunc4         Free
  799. UserFunc4         FreeResource
  800. UserFunc4         FreeSelector
  801. UserFunc4         GetActiveWindow
  802. UserFunc4         GetAspectRatioFilter
  803. UserFunc4         GetAsyncKeyState
  804. UserFunc4         GetAtomHandle
  805. UserFunc4         GetAtomName
  806. UserFunc4         GetBitmapBits
  807. UserFunc4         GetBitmapDimension
  808. UserFunc4         GetBkColor
  809. UserFunc4         GetBkMode
  810. UserFunc4         GetBrushOrg
  811. UserFunc4         GetCapture
  812. UserFunc4         GetCaretBlinkTime
  813. UserFunc4         GetCaretPos
  814. UserFunc4         GetCharWidth
  815. UserFunc4         GetClassLong
  816. UserFunc4         GetClassName
  817. UserFunc4         GetClassWord
  818. UserFunc4         GetClientRect
  819. UserFunc4         GetClipboardData
  820. UserFunc4         GetClipboardViewer
  821. UserFunc4         GetClipboardFormatName
  822. UserFunc4         GetClipboardOwner
  823. UserFunc4         GetClipBox
  824. UserFunc4         GetCommEventMask
  825. UserFunc4         GetCommState
  826. UserFunc4         GetCurrentPDB
  827. UserFunc4         GetCurrentPosition
  828. UserFunc4         GetCurrentTask
  829. UserFunc4         GetCurrentTime
  830. UserFunc4         GetCursorPos
  831. UserFunc4         GetDCOrg
  832. UserFunc4         GetDC
  833. UserFunc4         GetDesktopHwnd
  834. UserFunc4         GetDesktopWindow
  835. UserFunc4         GetDeviceCaps
  836. UserFunc4         GetDialogBaseUnits
  837. UserFunc4         GetDIBits
  838. UserFunc4         GetDlgCtrlID
  839. UserFunc4         GetDlgItemInt
  840. UserFunc4         GetDlgItem
  841. UserFunc4         GetDlgItemText
  842. UserFunc4         GetDOSEnvironment
  843. UserFunc4         GetDoubleClickTime
  844. UserFunc4         GetDriveType
  845. UserFunc4         GetEnvironment
  846. UserFunc4         GetFocus
  847. UserFunc4         GetFreeSpace
  848. UserFunc4         GetInputState
  849. UserFunc4         GetInstanceData
  850. UserFunc4         GetKBCodePage
  851. UserFunc4         GetKeyboardType
  852. UserFunc4         GetKeyboardState
  853. UserFunc4         GetKeyNameText
  854. UserFunc4         GetKeyState
  855. UserFunc4         GetLastActivePopup
  856. UserFunc4         GetMapMode
  857. UserFunc4         GetMenuCheckMarkDimensions
  858. UserFunc4         GetMenuItemCount
  859. UserFunc4         GetMenuItemID
  860. UserFunc4         GetMenuState
  861. UserFunc4         GetMenu
  862. UserFunc4         GetMenuString
  863. UserFunc4         GetMessagePos
  864. UserFunc4         GetMessageTime
  865. UserFunc4         GetMessage
  866. UserFunc4         GetMetaFileBits
  867. UserFunc4         GetMetaFile
  868. UserFunc4         GetModuleFileName
  869. UserFunc4         GetModuleHandle
  870. UserFunc4         GetModuleUsage
  871. UserFunc4         GetNearestColor
  872. UserFunc4         GetNearestPaletteIndex
  873. UserFunc4         GetNextDlgGroupItem
  874. UserFunc4         GetNextDlgTabItem
  875. UserFunc4         GetNextWindow
  876. UserFunc4         GetNumTasks
  877. UserFunc4         GetObjectGDI
  878. UserFunc4         GetPaletteEntries
  879. UserFunc4         GetParent
  880. UserFunc4         GetPixel
  881. UserFunc4         GetPolyFillMode
  882. UserFunc4         GetPriorityClipboardFormat
  883. UserFunc4         GetPrivateProfileInt
  884. UserFunc4         GetPrivateProfileString
  885. UserFunc4         GetProcAddress
  886. UserFunc4         GetProfileInt
  887. UserFunc4         GetProfileString
  888. UserFunc4         GetProp
  889. UserFunc4         GetRgnBox
  890. UserFunc4         GetROP2
  891. UserFunc4         GetScrollPos
  892. UserFunc4         GetScrollRange
  893. UserFunc4         GetStockObject
  894. UserFunc4         GetStretchBltMode
  895. UserFunc4         GetSubMenu
  896. UserFunc4         GetSysColor
  897. UserFunc4         GetSysModalWindow
  898. UserFunc4         GetSystemDirectory
  899. UserFunc4         GetSystemMenu
  900. UserFunc4         GetSystemMetrics
  901. UserFunc4         GetSystemPaletteEntries
  902. UserFunc4         GetSystemPaletteUse
  903. UserFunc4         GetTabbedTextExtent
  904. UserFunc4         GetTempDrive
  905. UserFunc4         GetTempFileName
  906. UserFunc4         GetTextAlign
  907. UserFunc4         GetTextCharacterExtra
  908. UserFunc4         GetTextColor
  909. UserFunc4         GetTextExtent
  910. UserFunc4         GetTextFace
  911. UserFunc4         GetTextMetrics
  912. UserFunc4         GetThresholdEvent
  913. UserFunc4         GetThresholdStatus
  914. UserFunc4         GetTickCount
  915. UserFunc4         GetTopWindow
  916. UserFunc4         GetUpdateRect
  917. UserFunc4         GetUpdateRgn
  918. UserFunc4         GetVersion
  919. UserFunc4         GetViewportExt
  920. UserFunc4         GetViewportOrg
  921. UserFunc4         GetWindowDC
  922. UserFunc4         GetWindowExt
  923. UserFunc4         GetWindowLong
  924. UserFunc4         GetWindowOrg
  925. UserFunc4         GetWindowRect
  926. UserFunc4         GetWindowsDirectory
  927. UserFunc4         GetWindow
  928. UserFunc4         GetWindowTask
  929. UserFunc4         GetWindowTextLength
  930. UserFunc4         GetWindowText
  931. UserFunc4         GetWindowWord
  932. UserFunc4         GetWinFlags
  933. UserFunc4         GlobalAddAtom
  934. UserFunc4         GlobalAlloc
  935. UserFunc4         GlobalCompact
  936. UserFunc4         GlobalDeleteAtom
  937. UserFunc4         GlobalFindAtom
  938. UserFunc4         GlobalFix
  939. UserFunc4         GlobalFlags
  940. UserFunc4         GlobalFree
  941. UserFunc4         GlobalGetAtomName
  942. UserFunc4         GlobalHandle
  943. UserFunc4         GlobalLock
  944. UserFunc4         GlobalLRUNewest
  945. UserFunc4         GlobalLRUOldest
  946. UserFunc4         GlobalPageLock
  947. UserFunc4         GlobalPageUnlock
  948. UserFunc4         GlobalReAlloc
  949. UserFunc4         GlobalSize
  950. UserFunc4         GlobalUnfix
  951. UserFunc4         GlobalUnlock
  952. UserFunc4         GlobalUnlock
  953. UserFunc4         GlobalUnWire
  954. UserFunc4         GlobalWire
  955. UserFunc4         HideCaret
  956. UserFunc4         HiliteMenuItem
  957. UserFunc4         InflateRect
  958. UserFunc4         InitAtomTable
  959. UserFunc4         InSendMessage
  960. UserFunc4         InsertMenu
  961. UserFunc4         IntersectClipRect
  962. UserFunc4         IntersectRect
  963. UserFunc4         InvalidateRect
  964. UserFunc4         InvalidateRgn
  965. UserFunc4         InvertRect
  966. UserFunc4         InvertRgn
  967. UserFunc4         IsCharAlpha
  968. UserFunc4         IsCharAlphaNumeric
  969. UserFunc4         IsCharLower
  970. UserFunc4         IsCharUpper
  971. UserFunc4         IsChild
  972. UserFunc4         IsClipboardFormatAvailable
  973. UserFunc4         IsDialogMessage
  974. UserFunc4         IsDlgButtonChecked
  975. UserFunc4         IsIconic
  976. UserFunc4         IsRectEmpty
  977. UserFunc4         IsWindowEnabled
  978. UserFunc4         IsWindow
  979. UserFunc4         IsWindowVisible
  980. UserFunc4         IsZoomed
  981. UserFunc4         KillTimer
  982. UserFunc4         lclose
  983. UserFunc4         lcreat
  984. UserFunc4         LimitEmsPages
  985. UserFunc4         LineTo
  986. UserFunc4         llseek
  987. UserFunc4         LoadAccelerators
  988. UserFunc4         LoadBitmap
  989. UserFunc4         Load
  990. UserFunc4         LoadCursor
  991. UserFunc4         LoadIcon
  992. UserFunc4         LoadMenuIndirect
  993. UserFunc4         LoadMenu
  994. UserFunc4         LoadModule
  995. UserFunc4         LoadResource
  996. UserFunc4         LoadString
  997. UserFunc4         LocalAlloc
  998. UserFunc4         LocalCompact
  999. UserFunc4         LocalFlags
  1000. UserFunc4         LocalFree
  1001. UserFunc4         LocalHandle
  1002. UserFunc4         LocalInit
  1003. UserFunc4         LocalLock
  1004. UserFunc4         LocalReAlloc
  1005. UserFunc4         LocalShrink
  1006. UserFunc4         LocalSize
  1007. UserFunc4         LocalUnlock
  1008. UserFunc4         LockResource
  1009. UserFunc4         LockSegment
  1010. UserFunc4         lopen
  1011. UserFunc4         LPtoDP
  1012. UserFunc4         lread
  1013. UserFunc4         lstrcat
  1014. UserFunc4         lstrcmp
  1015. UserFunc4         lstrcmpi
  1016. UserFunc4         lstrcpy
  1017. UserFunc4         lstrlen
  1018. UserFunc4         lwrite
  1019. UserFunc4         MapDialogRect
  1020. UserFunc4         MapVirtualKey
  1021. UserFunc4         MessageBeep
  1022. UserFunc4         MessageBox
  1023. UserFunc4         ModifyMenu
  1024. UserFunc4         MoveTo
  1025. UserFunc4         MoveWindow
  1026. UserFunc4         MulDiv
  1027. UserFunc4         OemKeyScan
  1028. UserFunc4         OemToAnsiBuff
  1029. UserFunc4         OemToAnsi
  1030. UserFunc4         OffsetClipRgn
  1031. UserFunc4         OffsetRect
  1032. UserFunc4         OffsetRgn
  1033. UserFunc4         OffsetViewportOrg
  1034. UserFunc4         OffsetWindowOrg
  1035. UserFunc4         OpenClipboard
  1036. UserFunc4         OpenComm
  1037. UserFunc4         OpenFile
  1038. UserFunc4         OpenIcon
  1039. UserFunc4         OpenSound
  1040. UserFunc4         OutputDebugString
  1041. UserFunc4         PaintRgn
  1042. UserFunc4         PatBlt
  1043. UserFunc4         PeekMessage
  1044. UserFunc4         Pie
  1045. UserFunc4         PlayMetaFileRecord
  1046. UserFunc4         PlayMetaFile
  1047. UserFunc4         Polygon
  1048. UserFunc4         Polyline
  1049. UserFunc4         PolyPolygon
  1050. UserFunc4         PostAppMessage
  1051. UserFunc4         PostMessage
  1052. UserFunc4         PostQuitMessage
  1053. UserFunc4         ProfClear
  1054. UserFunc4         ProfFinish
  1055. UserFunc4         ProfFlush
  1056. UserFunc4         ProfInsChk
  1057. UserFunc4         ProfSampRate
  1058. UserFunc4         ProfSetup
  1059. UserFunc4         ProfStart
  1060. UserFunc4         ProfStop
  1061. UserFunc4         PtInRect
  1062. UserFunc4         PtInRegion
  1063. UserFunc4         PtVisible
  1064. UserFunc4         ReadComm
  1065. UserFunc4         RealizePalette
  1066. UserFunc4         Rectangle
  1067. UserFunc4         RectInRegion
  1068. UserFunc4         RectVisible
  1069. UserFunc4         RegisterClipboardFormat
  1070. UserFunc4         RegisterWindowMessage
  1071. UserFunc4         ReleaseCapture
  1072. UserFunc4         ReleaseDC
  1073. UserFunc4         RemoveFontResource
  1074. UserFunc4         RemoveMenu
  1075. UserFunc4         RemoveProp
  1076. UserFunc4         ReplyMessage
  1077. UserFunc4         ResizePalette
  1078. UserFunc4         RestoreDC
  1079. UserFunc4         RoundRect
  1080. UserFunc4         SaveDC
  1081. UserFunc4         ScaleViewportExt
  1082. UserFunc4         ScaleWindowExt
  1083. UserFunc4         ScreenToClient
  1084. UserFunc4         ScrollDC
  1085. UserFunc4         ScrollWindow
  1086. UserFunc4         SelectClipRgn
  1087. UserFunc4         SelectObject
  1088. UserFunc4         SelectPalette
  1089. UserFunc4         SendDlgItemMessage
  1090. UserFunc4         SendMessage
  1091. UserFunc4         SetActiveWindow
  1092. UserFunc4         SetBitmapBits
  1093. UserFunc4         SetBitmapDimension
  1094. UserFunc4         SetBkColor
  1095. UserFunc4         SetBkMode
  1096. UserFunc4         SetBrushOrg
  1097. UserFunc4         SetCapture
  1098. UserFunc4         SetCaretBlinkTime
  1099. UserFunc4         SetCaretPos
  1100. UserFunc4         SetClassLong
  1101. UserFunc4         SetClassWord
  1102. UserFunc4         SetClipboardData
  1103. UserFunc4         SetClipboardViewer
  1104. UserFunc4         SetCommBreak
  1105. UserFunc4         SetCommEventMask
  1106. UserFunc4         SetCommState
  1107. UserFunc4         SetCursorPos
  1108. UserFunc4         SetCursor
  1109. UserFunc4         SetDIBitsToDevice
  1110. UserFunc4         SetDIBits
  1111. UserFunc4         SetDlgItemInt
  1112. UserFunc4         SetDlgItemText
  1113. UserFunc4         SetDoubleClickTime
  1114. UserFunc4         SetEnvironment
  1115. UserFunc4         SetErrorMode
  1116. UserFunc4         SetFocus
  1117. UserFunc4         SetHandleCount
  1118. UserFunc4         SetKeyboardState
  1119. UserFunc4         SetMapMode
  1120. UserFunc4         SetMapperFlags
  1121. UserFunc4         SetMenu
  1122. UserFunc4         SetMenuItemBitmaps
  1123. UserFunc4         SetMessageQueue
  1124. UserFunc4         SetMetaFileBits
  1125. UserFunc4         SetPaletteEntries
  1126. UserFunc4         SetParent
  1127. UserFunc4         SetPixel
  1128. UserFunc4         SetPolyFillMode
  1129. UserFunc4         SetProp
  1130. UserFunc4         SetRect
  1131. UserFunc4         SetRectEmpty
  1132. UserFunc4         SetRectRgn
  1133. UserFunc4         SetROP2
  1134. UserFunc4         SetScrollPos
  1135. UserFunc4         SetScrollRange
  1136. UserFunc4         SetSoundNoise
  1137. UserFunc4         SetStretchBltMode
  1138. UserFunc4         SetSwapAreaSize
  1139. UserFunc4         SetSysColors
  1140. UserFunc4         SetSysModalWindow
  1141. UserFunc4         SetSystemPaletteUse
  1142. UserFunc4         SetTextAlign
  1143. UserFunc4         SetTextCharacterExtra
  1144. UserFunc4         SetTextColor
  1145. UserFunc4         SetTextJustification
  1146. UserFunc4         SetViewportExt
  1147. UserFunc4         SetViewportOrg
  1148. UserFunc4         SetVoiceAccent
  1149. UserFunc4         SetVoiceEnvelope
  1150. UserFunc4         SetVoiceNote
  1151. UserFunc4         SetVoiceQueueSize
  1152. UserFunc4         SetVoiceSound
  1153. UserFunc4         SetVoiceThreshold
  1154. UserFunc4         SetWindowExt
  1155. UserFunc4         SetWindowLong
  1156. UserFunc4         SetWindowOrg
  1157. UserFunc4         SetWindowPos
  1158. UserFunc4         SetWindowText
  1159. UserFunc4         SetWindowWord
  1160. UserFunc4         ShowCaret
  1161. UserFunc4         ShowCursor
  1162. UserFunc4         ShowOwnedPopups
  1163. UserFunc4         ShowScrollBar
  1164. UserFunc4         ShowWindow
  1165. UserFunc4         SizeofResource
  1166. UserFunc4         StartSound
  1167. UserFunc4         StopSound
  1168. UserFunc4         StretchBlt
  1169. UserFunc4         StretchDIBits#
  1170. UserFunc4         SwapMouseButton
  1171. UserFunc4         SwapRecording
  1172. UserFunc4         SwitchStackBack
  1173. UserFunc4         SwitchStackTo
  1174. UserFunc4         SyncAllVoices
  1175. UserFunc4         TabbedTextOut
  1176. UserFunc4         TextOut
  1177. UserFunc4         Throw
  1178. UserFunc4         ToAscii
  1179. UserFunc4         TrackPopupMenu
  1180. UserFunc4         TranslateMDISysAccel
  1181. UserFunc4         TranslateAccelerator
  1182. UserFunc4         TranslateMessage
  1183. UserFunc4         TransmitCommChar
  1184. UserFunc4         UngetCommChar
  1185. UserFunc4         UnionRect
  1186. UserFunc4         UnlockResource
  1187. UserFunc4         UnlockSegment
  1188. UserFunc4         UnrealizeObject
  1189. UserFunc4         UnregisterClass
  1190. UserFunc4         UpdateColors
  1191. UserFunc4         UpdateWindow
  1192. UserFunc4         ValidateCodeSegments
  1193. UserFunc4         ValidateFreeSpaces
  1194. UserFunc4         ValidateRect
  1195. UserFunc4         ValidateRgn
  1196. UserFunc4         VkKeyScan
  1197. UserFunc4         WaitMessage
  1198. UserFunc4         WaitSoundState
  1199. UserFunc4         WindowFromPoint
  1200. UserFunc4         WinExec
  1201. UserFunc4         WinHelp
  1202. UserFunc4         WriteProfileString
  1203. UserFunc4         WriteComm
  1204. UserFunc4         WritePrivateProfileString
  1205. UserFunc4         wvsprintf
  1206. UserFunc4         Yield
  1207.  
  1208. ;Windows 3.1 specific APIs
  1209.  
  1210. UserFunc5         AbortDoc
  1211. UserFunc5         CallNextHookEx
  1212. UserFunc5         CloseDriver
  1213. UserFunc5         CopyCursor
  1214. UserFunc5         CopyIcon
  1215. UserFunc5         CopyLZFile
  1216. UserFunc5         CreateScalableFontResource
  1217. UserFunc5         DebugOutput
  1218. UserFunc5         DefDriverProc
  1219. UserFunc5         DlgDirSelectComboBoxEx
  1220. UserFunc5         DlgDirSelectEx
  1221. UserFunc5         DragAcceptFiles
  1222. UserFunc5         DragFinish
  1223. UserFunc5         DragQueryFile
  1224. UserFunc5         DragQueryPoint
  1225. UserFunc5         EnableCommNotification
  1226. UserFunc5         EndDocAPI
  1227. UserFunc5         EndPage
  1228. UserFunc5         ExitWindowsExec
  1229. UserFunc5         GetAspectRatioFilterEx
  1230. UserFunc5         GetBitmapDimensionEx
  1231. UserFunc5         GetBoundsRect
  1232. UserFunc5         GetBrushOrgEx
  1233. UserFunc5         GetCharABCWidths
  1234. UserFunc5         GetClipCursor
  1235. UserFunc5         GetCurrentPositionEx
  1236. UserFunc5         GetCursor
  1237. UserFunc5         GetDCEx
  1238. UserFunc5         GetDriverInfo
  1239. UserFunc5         GetDriverModuleHandle
  1240. UserFunc5         GetExpandedName
  1241. UserFunc4         GetFileTitle
  1242. UserFunc5         GetFontData
  1243. UserFunc5         GetFreeSystemResources
  1244. UserFunc5         GetGlyphOutline
  1245. UserFunc5         GetKerningPairs
  1246. UserFunc5         GetMessageExtraInfo
  1247. UserFunc5         GetNextDriver
  1248. UserFunc5         GetOpenClipboardWindow
  1249. UserFunc5         GetOutlineTextMetrics
  1250. UserFunc5         GetQueueStatus
  1251. UserFunc5         GetRasterizerCaps
  1252. UserFunc5         GetSystemDebugState
  1253. UserFunc5         GetTextExtentPoint
  1254. UserFunc5         GetViewportExtEx
  1255. UserFunc5         GetViewportOrgEx
  1256. UserFunc5         GetWinDebugInfo
  1257. UserFunc5         GetWindowExtEx
  1258. UserFunc5         GetWindowOrgEx
  1259. UserFunc5         GetWindowPlacement
  1260. UserFunc5         IsBadReadPtr
  1261. UserFunc5         IsBadStringPtr
  1262. UserFunc5         IsBadWritePtr
  1263. UserFunc5         IsDBCSLeadByte
  1264. UserFunc5         IsMenu
  1265. UserFunc5         IsTask
  1266. UserFunc5         LockInput
  1267. UserFunc5         LockWindowUpdate
  1268. UserFunc5         LogError
  1269. UserFunc5         lstrcpyn
  1270. UserFunc5         LZClose
  1271. UserFunc5         LZCopy
  1272. UserFunc5         LZDone
  1273. UserFunc5         LZInit
  1274. UserFunc5         LZOpenFile
  1275. UserFunc5         LZRead
  1276. UserFunc5         LZSeek
  1277. UserFunc5         LZStart
  1278. UserFunc5         MapWindowPoints
  1279. UserFunc5         MoveToEx
  1280. UserFunc5         OffsetViewportOrgEx
  1281. UserFunc5         OffsetWindowOrgEx
  1282. UserFunc5         OpenDriver
  1283. UserFunc5         QuerySendMessage
  1284. UserFunc5         RedrawWindow
  1285. UserFunc5         ScaleViewportExtEx
  1286. UserFunc5         ScaleWindowExtEx
  1287. UserFunc5         ScrollWindowEx
  1288. UserFunc5         SendDriverMessage
  1289. UserFunc5         SetBitmapDimensionEx
  1290. UserFunc5         SetBoundsRect
  1291. UserFunc5         SetMetaFileBitsBetter
  1292. UserFunc5         SetViewportExtEx
  1293. UserFunc5         SetViewportOrgEx
  1294. UserFunc5         SetWinDebugInfo
  1295. UserFunc5         SetWindowExtEx
  1296. UserFunc5         SetWindowOrgEx
  1297. UserFunc5         SetWindowPlacement
  1298. UserFunc5         SpoolFile
  1299. UserFunc5         StartDoc
  1300. UserFunc5         StartPage
  1301. UserFunc5         SystemParametersInfo
  1302. UserFunc5         UnhookWindowsHookEx
  1303. UserFunc5         WNetAddConnection
  1304. UserFunc5         WNetCancelConnection
  1305. UserFunc5         WNetGetConnection
  1306.